From f3ec945fe7a7bf51ff45c6ad41051ee970878359 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 28 Aug 2018 01:37:07 +0200 Subject: [PATCH] babl: silence missing path warning --- babl/babl-fish-path.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 2e87268..71f584d 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -627,7 +627,10 @@ babl_fish_path2 (const Babl *source, babl_free (babl); babl_mutex_unlock (babl_format_mutex); - _babl_fish_missing_fast_path_warning (source, destination); + /* it is legitimate for reference paths to be faster than long chains + of paths, thus it is time to retire this warning. XXX: remove it fully + + _babl_fish_missing_fast_path_warning (source, destination); */ return NULL; } -- 2.30.2